(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/graphics.h>
BOOL OrRectRegion()
SYNOPSIS
struct Region * region
struct Rectangle * rectangle
LOCATION
In GfxBase at offset 85
FUNCTION
Add the given Rectangle to the given Region (if not already there)
INPUTS
region
pointer to Region structure
rectangle
pointer to Rectangle structure
RESULT
TRUE if the operation was succesful, else FALSE (out of memory)
NOTES
All relevant data is copied, you may throw away the given rectangle after calling this function
EXAMPLE
BUGS
SEE ALSO
AndRectRegion()
,
XorRectRegion()
,
ClearRectRegion()
INTERNALS
HISTORY
03.04.1997 mreckt
bugfix
13.03.1997 mreckt
new functions